This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Trouble Seeing Globals ~Umberto Nongeroson 18.Nov.03 04:58 AM a Web browser Notes Client 6.0.1Windows XP
No -- a global variable is limited in scope to the current window.
It sounds like you just want to fill a field in the new document with a copy of what's in the current document. You can do this with macro language by enabling the form option to inherit default field values during compose (then use default formulas or value formulas to specify what field from the parent document you want to copy). Or, you can use the NotesUIDocument object returned by the LotusScript Compose method to fill in field values after the new window is open, using FieldSetText.